* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: none;
    font-size: 100%;
}

body {
    color: #787878;
    line-height: 1.6em;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    font-family: 'Lato', sans-serif;
}

.main1 {
    height: 100%;
    width: 100%;
    position: relative;
}

a {
    text-decoration: none;
    cursor: pointer;
    color: #d70c10;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    position: relative;
    margin: 0px;
    background: none;
    font-family: 'Lato', sans-serif;
    letter-spacing: -0.02em;
}

p {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
}

.image img {
    border-radius: 5px;
    overflow: hidden;
}

img {
    max-width: 100%;
    height: auto;
}

.text {
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 400;
    color: #555555;
    margin: 0;
}

.auto-container {
    position: static;
    max-width: 1154px;
    padding: 0px 20px;
    margin: 0 auto;
}

ul,
li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

a:hover,
a:focus,
a:visited {
    text-decoration: none;
    outline: none;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.pr-0,
.px-0 {
    padding-right: 0!important;
}

.pl-0,
.px-0 {
    padding-left: 0!important;
}


/* =======================
    Message From Management
    ======================= */

.message-section {
    position: relative;
    background-color: blue;
    padding-bottom: 180px;
    padding-top: 50px;
    background: url(../images/factory-bg.png) no-repeat center bottom / 100%;
    padding: 100px 0 0;
}

.mess-container {
    padding-bottom: 100px;
    position: static;
    max-width: 1154px;
    padding: 0px 20px 100px 20px;
    margin: 0 auto;
}

.mess-title {
    position: relative;
    margin: 0 auto 60px;
    text-align: center !important;
}

.message-section .mess-padding-title {
    margin-bottom: 60px;
    max-width: 100% !important;
}

.mess-title h2 {
    font-size: 52px;
    color: #6d8898!important;
    font-weight: 400;
    line-height: 1.2em;
}

.mess-title .mess-text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
    margin-top: 30px;
    margin: 0;
}

.message-section .image-column {
    position: relative;
}

.message-section .image-column .image-inner-column {
    /* <!--image ki annimation yahan--> */
    position: relative;
    padding-right: 60px;
}

.message-section .image-column .image-inner-column .image {
    position: relative;
    display: block;
    margin-bottom: 0;
}

.message-section .image-column .image-inner-column .image img {
    display: block;
    width: 100%;
    height: auto;
}

.message-section .content-column {
    position: relative;
}

.message-section .content-column .content-inner-column {
    position: relative;
    padding-top: 45px;
    margin-left: -30px;
}

.message-section .content-column .content-inner-column::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 120px;
    height: 1px;
    background-color: #b7540f;
}

.message-section .content-column .content-inner-column::after {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 40px;
    height: 1px;
    background-color: #072a38;
}

.message-section .content-column .text {
    position: relative;
    padding-right: 30px;
    margin-bottom: 65px;
}

.message-section .content-column .text p {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 26px;
    color: #555555;
    font-weight: 400;
    font-family: "Lato", sans-serif;
    margin-bottom: 26px;
}

.message-section .content-column .text p strong {
    position: relative;
    font-weight: 700;
}

.message-section .fact-counter {
    position: relative;
    text-align: center;
    background-color: #ffffff;
    box-shadow: 0px 0px 35px rgb(0 0 0 / 15%);
    margin-left: -80px;
}

.message-section .fact-counter .column {
    position: relative;
    float: left;
    padding: 0px;
}

.fact-counter .column .inner {
    position: relative;
    padding: 45px 0px;
    border-right: 1px solid #dddddd;
}

.fact-counter .count-box {
    position: relative;
    margin: 0px 0px;
    font-weight: 300;
    color: #072b44;
    font-size: 40px;
}

.fact-counter .count-box .count-text {
    font-size: 44px;
    position: relative;
    color: #072b44;
    display: inline-block;
    font-weight: bold;
}

.fact-counter .count-box .counter-title {
    letter-spacing: 0;
    position: relative;
    font-size: 16px;
    font-weight: 700;
    color: #222222;
    display: block;
    margin-top: 15px;
    text-transform: capitalize;
}


/* Team Image */

.team-img {
    width: 100%;
    left: 0px;
    bottom: 0px;
    text-align: center;
}

.team-img img {
    width: 80%;
}


/* =======================
        Mission Vission
    =======================  */


/* section */

.mission-vision {
    background-image: url(../images/mission-bg.jpg);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0;
}

.mission-vision::before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: #3d3d3e;
    opacity: .90;
    content: "";
}

.mission-vision .colum {
    position: relative;
}


/* Mission col */

.mission-vision .colum .mission-inner-column {
    position: relative;
}

.mission-vision .content-box {
    background-image: url(../images/logo-icon-2.png);
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #ffffff;
    text-align: center;
    padding: 65px 70px 60px;
}

.mission-vision .content-box h4 {
    color: #6d8898!important;
    position: relative;
    display: block;
    font-size: 32px;
    line-height: 1.2em;
    /* color: #3d3d3e; */
    font-weight: 900;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.mission-vision .content-box h4::before {
    position: absolute;
    content: '';
    left: 0px;
    right: 0;
    margin: 0 auto;
    bottom: 0px;
    width: 80px;
    height: 1px;
    border-right: 60px solid #b7540f;
    border-left: 20px solid #072a38;
}

.img-height {
    height: 97vh !important;
}

.mission-vision .content-box .text {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #555555;
    font-weight: 400;
}

.mission-vision .image-box {
    position: relative;
}

.mission-vision .image-box .image {
    position: relative;
    margin-bottom: 0;
}

.mission-vision .image-box .image img {
    display: block;
    width: 100%;
    height: auto;
}


/* Vision - Content */

.mission-vision .right-column .vision-inner-column {
    margin-top: 20px;
}

.mission-vision .right-column .vision-inner-column .content-box {
    background-image: url(../images/logo-icon-2.png);
}

.mission-vision .auto-container .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
}


/* =======================
        Quote Section
    =======================  */

.quote-section {
    position: relative;
}

.quote-section .quote-inner-section {
    position: relative;
    padding: 48px 60px;
    margin-top: -18px;
    z-index: 1;
    background-color: #0f668a;
}

.pull-left {
    float: left;
}

.quote-section .content {
    position: relative;
    padding-left: 70px;
}

.quote-section .content .icon {
    position: absolute;
    left: 0px;
    top: 4px;
    color: #ffffff;
    font-size: 60px;
    line-height: 1em;
}

.fire-icon {
    width: 60px;
    height: 60px;
    display: block;
    background: url(../images/white-favicon.png) no-repeat center center / cover;
}

.quote-section .content h3 {
    padding-top: 17px;
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
}

.quote-section .content .text {
    position: relative;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    margin-top: 5px;
}

.pull-right {
    float: right;
}

.quote-section .theme-btn {
    position: relative;
    margin-top: 6px;
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    color: #3d3d3e;
    padding: 15px 39px;
    font-weight: 700;
    overflow: hidden;
    border-radius: 3px;
    letter-spacing: 1px;
    background-color: #ffffff;
    text-transform: capitalize;
    text-decoration: none;
}

.quote-section .theme-btn:hover {
    background-color: #3d3d3e;
    color: #ffffff;
    text-decoration: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}


/* =======================
       Fleets Section 
    =======================  */


/* section */

.fleets-section {
    position: relative;
    padding: 100px 0 85px;
}

.fleets-section .accordion-column {
    position: relative;
}

.fleets-section .accordion-column .inner-column {
    position: relative;
    padding-right: 30px;
}

.fleets-section .title-style {
    margin-bottom: 40px;
}

.title-style {
    position: relative;
}

.fleets-section .title-style h2 {
    font-size: 44px;
    color: #222222;
    font-weight: 700;
    line-height: 1.2em;
}

.fleets-section .accordion-box {
    position: relative;
}

.fleets-section .image-column .inner-column {
    position: relative;
    padding-top: 105px;
}

.accordion-box .block {
    position: relative;
    margin-bottom: 15px;
}

.accordion-box .block .acc-btn {
    position: relative;
    font-size: 18px;
    cursor: pointer;
    line-height: 35px;
    color: #222222;
    font-weight: 700;
    padding: 15px 50px 15px 35px;
    background-color: #f3f5f9;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .icon-outer {
    position: absolute;
    right: 30px;
    top: 15px;
    font-size: 16px;
    line-height: 35px;
    color: #555555;
    text-align: center;
}

.accordion-box .block .acc-btn .icon-outer .icon {
    position: relative;
}

.fact-counter {
    line-height: inherit;
}

.fa-angle-right:before {
    content: "\f105";
}

.accordion-box .block .acc-content {
    position: relative;
    display: none;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .content {
    position: relative;
    font-size: 16px;
    padding: 30px 35px 15px;
}

.accordion-box .block .content .text {
    font-size: 16px;
    line-height: 26px;
    color: #555555;
}

.accordion-box .block .acc-btn.active {
    background-color: #3d3d3e;
    color: #ffffff;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.accordion-box .block .acc-btn.active .icon-outer {
    transform: rotate(90deg);
    color: #d70c10;
}

.accordion-box .block .acc-content.current {
    display: block;
}


/* image Column */

.fleets-section .image-column {
    position: relative;
}

.fleets-section .image-column.inner-column {
    position: relative;
    padding-top: 105px;
    margin-left: 50px;
    margin-right: -60px;
}


/* figure */

.fleets-section .image-column .image {
    position: relative;
    display: block;
    text-align: right;
    border: 15px solid #d70c10;
    height: 600px;
}

.fleets-section .image-column .image img {
    position: absolute;
    right: -40px;
    bottom: 0;
}


/* =======================
       Feature Services
    =======================  */


/* section */

.featured-services {
    position: relative;
}


/* Block Quality  */

.feature-block-five {
    position: relative;
}

.feature-bg-img1 {
    background-image: url(../images/featured-bg-1.jpg);
}

.feature-bg-img2 {
    background-image: url(../images/featured-bg-1.jpg);
}

.feature-block-five .inner-box {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 80px 15px 75px;
    overflow: hidden;
    text-align: center;
    transition: all 300ms ease;
}

.feature-block-five .inner-box:before {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .85;
    content: "";
    background-color:  #EC7C24!important;
    transition: all 300ms ease;
}

.feature-block-five .inner-box .content {
    position: relative;
    max-width: 430px;
    margin: 0 auto;
    padding: 0 15px;
    transition: all 300ms ease;
    z-index: 1;
}

.feature-block-five .icon-box {
    position: relative;
    display: block;
    margin-bottom: 40px;
}

.feature-block-five .icon-box .icon {
    position: relative;
    display: block;
    font-size: 100px;
    line-height: 1em;
    color: #ffffff;
}

.feature-block-five h4 {
    position: relative;
    display: inline-block;
    font-size: 24px;
    line-height: 1.2em;
    color: #ffffff;
    font-weight: 700;
    margin-bottom: 17px;
}

.feature-block-five .text {
    position: relative;
    display: inline-block;
    font-size: 16px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 400;
    margin-bottom: 35px;
}

.feature-block-five .inner-box::after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: .50;
    content: "";
    background-color:#566573!important;
    transition: all 300ms ease;
    transform: translateY(-100%);
}

.feature-block-five .inner-box:hover:after {
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%);
}

.featured-services .no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.feature-block-five:nth-child(2) .inner-box:before {
    background-color: #0f668a!important;
}

.feature-block-five:nth-child(3) .inner-box:before {
    background-color:  #EC7C24!important;
}

.textdiv {
    visibility: hidden;
}


/* =======================
        Our Pillars
    =======================  */

.team-section {
    position: relative;
    padding: 100px 0 70px;
}


/* title */

.team-section .sec-title {
    margin-bottom: 60px;
}

.sec-title {
    position: relative;
    z-index: 1;
}

.centered {
    text-align: center !important;
}

.sec-title h2 {
    position: relative;
    display: block;
    font-size: 44px;
    line-height: 1.2em;
    color: #3d3d3e;
    font-weight: 800;
    padding-bottom: 25px;
}

.sec-title.centered h2::before {
    left: 50%;
    margin-left: -60px;
}

.sec-title h2::before {
    position: absolute;
    content: '';
    bottom: 0px;
    height: 1px;
    width: 120px;
    background-color: #d70c10;
}

.sec-title.centered h2::after {
    left: 50%;
    margin-left: -60px;
}

.sec-title h2::after {
    position: absolute;
    content: '';
    bottom: 0px;
    width: 40px;
    height: 1px;
    background-color: #3d3d3e;
}


/* =======================
        Approval Section
    =======================  */

.approval {
    padding-top: 10px;
    padding-bottom: 0;
}

.approval .approval-title {
    margin-bottom: 20px;
}

.approval .approval-title2 {
    margin-bottom: 0px;
}

.approval .approval-image-col {
    margin-bottom: 50px;
}

.approval .heightfix {
    overflow: hidden;
    max-height: 178px;
}

.approval .group-image-col {
    margin-bottom: 50px;
    padding-top: 20px;
}

.pbg span {
    width: 100%;
    display: block;
    padding: 20px 0px 10px;
}

.pbg span img {
    width: 150px;
}


/* group */

.approval .image-gallery {
    border-top: 1px solid #CCC;
    border-left: 1px solid #CCC;
}

.gallerys {
    border-right: 1px solid #CCC;
    border-bottom: 1px solid #CCC;
}

.gallerys img {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    float: none;
    display: block;
    padding: 30px 0px;
    filter: grayscale(100%);
    opacity: 0.7;
}

.gallerys:hover img {
    filter: grayscale(0);
    opacity: 1 !important;
}

.owl-stage-outer .owl-stage .owl-item.cloned {
    width: 204.8px !important;
    margin-right: 30px !important;
}


/* =======================
        newsletter-section
    =======================  */

.newsletter-section {
    position: relative;
    padding: 50px 0px 50px;
    margin: 0px 0px;
    margin-bottom: -20px;
    background-color: #d70c10;
    z-index: 1;
}

.newsletter-section h2 {
    position: relative;
    color: #ffffff;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3em;
    margin-top: 6px;
}

.subscribe-form .form-group {
    position: relative;
    display: block;
    margin: 0px;
    width: 100%;
    padding-right: 165px;
}

.subscribe-form .form-group .icon {
    position: absolute;
    left: 24px;
    top: 20px;
    z-index: 1;
    color: #888888;
    font-size: 16px;
    line-height: 1em;
}

.fa-envelope:before {
    content: "\f0e0";
}

.subscribe-form .form-group input[type="email"] {
    position: relative;
    display: block;
    width: 100%;
    line-height: 36px;
    height: 56px;
    font-size: 14px;
    border: none;
    color: #222222;
    background: #ffffff;
    padding: 10px 20px 10px 50px;
    transition: all 300ms ease;
}

.subscribe-form .form-group input[type="email"]::placeholder {
    color: #222222;
}

.subscribe-form .submit-btn {
    position: absolute;
    right: 0px;
    top: 0px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    padding: 16px 52px;
    border: none;
    background-color: #222222;
    text-transform: uppercase;
}

button {
    outline: none !important;
    cursor: pointer;
}

.theme-btn {
    display: inline-block;
    transition: all 0.3s ease;
    font-family: 'Lato', sans-serif;
}


/* =======================
        Media-query
    =======================  */

@media (max-width:722px) {
    /* .approval .heightfix {
        max-height: 237px;
    } */
    .fact-counter .count-box .count-text {
        display: inline;
    }
    .fact-counter .column .inner {
        padding: 33px 0px;
    }
}

@media only screen and (max-width: 767px) {
    .quote-section .quote-inner-section {
        padding: 30px 20px;
    }
    .quote-section .content .text {
        margin-top: 15px;
    }
    .quote-section .theme-btn {
        padding: 12px 30px;
        font-size: 15px;
    }
    .quote-section {
        bottom: 20px;
    }
    .fleets-section .title-style h2 {
        font-size: 30px;
        line-height: 1.2em;
    }
    .accordion-box .block .acc-btn {
        padding-right: 40px;
        padding-left: 20px;
    }
    .accordion-box .block .icon-outer {
        right: 13px;
    }
    .accordion-box .block .content {
        padding: 25px 20px 15px;
    }
    .subscribe-form .form-group {
        padding-right: 0px;
    }
    .subscribe-form .submit-btn,
    .subscribe-form button {
        position: relative;
        display: block;
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }
}

@media only screen and (max-width: 1140px) {
    .fleets-section .image-column .inner-column {
        margin-left: 0;
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    .message-section .fact-counter {
        margin: 20px;
    }
    .message-section .image-column .image-inner-column,
    .message-section .content-column .content-inner-column {
        margin-left: 0px;
    }
    .fleets-section .accordion-column .inner-column,
    .message-section .image-column .image-inner-column,
    .message-section .content-column .text {
        padding-right: 0;
    }
    .quote-section .pull-left,
    .quote-section .pull-right {
        width: 100%;
        text-align: center;
    }
    .quote-section .content {
        margin-bottom: 30px;
        padding-left: 0px;
    }
    .quote-section .content .icon {
        display: none;
    }
    .newsletter-section h2,
    .quote-section .content h3 {
        font-size: 24px;
    }
    .sec-title h2 {
        font-size: 30px;
    }
    .newsletter-section {
        margin-left: 15px;
        margin-right: 15px;
    }
    .newsletter-section {
        text-align: center;
    }
    .newsletter-section .title-column {
        margin-bottom: 30px;
    }
}